home *** CD-ROM | disk | FTP | other *** search
- Cramden Utilities
- =================
-
- v1.0 6-May-88
-
- These utilities are inspired (if not directly ripped off) from a certain
- set of hitherto unnamed MS-DOS utilities that have been known to be real
- _life_savers_. While most of the life saving utilities have
- counterparts on the Amiga (or are simply not necessary), there are few
- handy ones that don't. So with that in mind I present the first
- installment in the Cramden Utilities.
-
- All of these utilities use Arp v1.1 (v34 of arp.library must be in
- your LIBS: directory). If you don't have Arp v1.1 you can probably get
- it from wherever you got this file.
-
-
- ff - Find Files
-
- This utility is used to find files with a particular file name or
- pattern in any directory on a disk.
-
- syntax:
- ff <filespec>... [quick]
-
- <filespec> = any AmigaDOS (Arp actually) wild card pattern
- [quick] = when present causes listing only the names of the files
-
- ex:
- ff
- ff *.c
- ff sys:*.info
- ff include:#?.(h|i) *.(h|i) quick
-
- Example 1 lists all the files starting at the current directory and
- proceeding through all subdirectories. Example 2 lists all files that
- are suffixed by .c (like a.c, ff.c, etc) in the current directory and
- all subdirectories. Example 3 finds all icon files on the volume named
- "sys:". Example 4 lists all files suffixed .h or .i on include: and in
- the current directory and all subdirectories respectively.
-
-
- Copyright & Distribution Rights
- ===============================
-
- Copyright 1988 Pregnant Badger Software. All Rights Reserved.
-
- These utilities may be freely distributed without profit.
-
- Any contributions (no amount is too small or too large) may be sent to
- the following address.
-
-
- Bill Barton
- Pregnant Badger Software
- 1111 El Sur Way
- Sacramento, CA 95864
- (916) 487-9472
-
- bix: peabody
- plink: peabody
- delphi: bbarton
-
-
- Special thanks to St. Peter, the patron saint of PC's, without whom
- these utilities would never have been written.
-
-